home *** CD-ROM | disk | FTP | other *** search
/ The CICA Windows Explosion! / The CICA Windows Explosion! - Disc 2.iso / demo / sitev10.zip / SCDM.TSV < prev    next >
Text File  |  1994-11-29  |  3KB  |  58 lines

  1. #                        
  2. #     @(#)small-scdm.tsv    4.1 ConSolve 8/26/94                    
  3. #                        
  4. #  (c) Copyright 1990 - 1994 ConSolve Incorporated.  All rights reserved.                        
  5. #                        
  6. # This software comprises unpublished confidential information of                        
  7. # ConSolve Inc. and may not be used, copied, or made available to                        
  8. # anyone, except in accordance with the license under which it is                        
  9. # furnished.                        
  10. #                        
  11.                         
  12. #                        
  13. # Class    Internal Table    Based On    Slot    Internal Column    Type    Nulls
  14. #                        
  15.                         
  16. #Boring    BORING    ProtoBoring    Name    NAME    STRING    FALSE
  17. Boring    BORING    ProtoBoring    X    X    FLOAT    TRUE
  18. Boring    BORING    ProtoBoring    Y    Y    FLOAT    TRUE
  19. Boring    BORING    ProtoBoring    Z    Z    FLOAT    TRUE
  20. Boring    BORING    ProtoBoring    Depth    DEPTH    FLOAT    TRUE
  21.                         
  22. #Monitoring Well    MONWELL    ProtoBoring    Name    NAME    STRING    FALSE
  23. Monitoring Well    MONWELL    ProtoBoring    X    X    FLOAT    TRUE
  24. Monitoring Well    MONWELL    ProtoBoring    Y    Y    FLOAT    TRUE
  25. Monitoring Well    MONWELL    ProtoBoring    Z    Z    FLOAT    TRUE
  26. Monitoring Well    MONWELL    ProtoBoring    Depth    DEPTH    FLOAT    TRUE
  27.                         
  28. #Sample    SAMPLE    ProtoSample    Name    NAME    STRING    FALSE
  29. Sample    SAMPLE    ProtoSample    Source    SOURCE    Boring    FALSE
  30. Sample    SAMPLE    ProtoSample    Depth    DEPTH    FLOAT    TRUE
  31.  
  32. #WaterLevel    WATERLEVEL    ProtoWaterLevel    Name    NAME    STRING    FALSE
  33. WaterLevel    WATERLEVEL    ProtoWaterLevel    Source    SOURCE    Boring    FALSE
  34. WaterLevel    WATERLEVEL    ProtoWaterLevel    Depth    DEPTH    FLOAT    TRUE
  35.  
  36. #Strat Sample    STRATSAMPLE    ProtoStratSample    Name    NAME    STRING    FALSE
  37. Strat Sample    STRATSAMPLE    ProtoStratSample    Source    SOURCE    Boring    FALSE
  38. Strat Sample    STRATSAMPLE    ProtoStratSample    From    FROM    FLOAT    TRUE
  39. Strat Sample    STRATSAMPLE    ProtoStratSample    To    TO    FLOAT    TRUE
  40. Strat Sample    STRATSAMPLE    ProtoStratSample    Material    MATERIAL    STRING    TRUE
  41.                         
  42. #IndependentSample    INDEPENDENTSAMPLE    ProtoLocation    Name    NAME    STRING    FALSE
  43. IndependentSample    INDEPENDENTSAMPLE    ProtoLocation    X    X    FLOAT    TRUE
  44. IndependentSample    INDEPENDENTSAMPLE    ProtoLocation    Y    Y    FLOAT    TRUE
  45. IndependentSample    INDEPENDENTSAMPLE    ProtoLocation    Z    Z    FLOAT    TRUE
  46.  
  47. #Measurement    MEASUREMENT    ProtoMeasurement    Name    NAME    STRING    FALSE
  48. Measurement    MEASUREMENT    ProtoMeasurement    Source    SOURCE    Sample    FALSE
  49. Measurement    MEASUREMENT    ProtoMeasurement    Attribute    ATTRIBUTE    STRING    TRUE
  50. Measurement    MEASUREMENT    ProtoMeasurement    Value    VALUE    FLOAT    TRUE
  51.  
  52. #Value Point    VALUEPOINT    ProtoValuePoint    Name    NAME    STRING    FALSE
  53. Value Point    VALUEPOINT    ProtoValuePoint    X    X    FLOAT    TRUE
  54. Value Point    VALUEPOINT    ProtoValuePoint    Y    Y    FLOAT    TRUE
  55. Value Point    VALUEPOINT    ProtoValuePoint    Z    Z    FLOAT    TRUE
  56. Value Point    VALUEPOINT    ProtoValuePoint    Value    VALUE    FLOAT    TRUE
  57.  
  58.